<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * css
 * Author: VĂ­t Trunec
 * www.vittr.cz
 */
 
body {
	margin:0;
	padding:0;
        height: 300%;
	font-family: 'Montserrat', sans-serif, arial;
	background: url(../img/title.jpg) 100% no-repeat fixed; 
         background-position: 50% 50%;
/*        
        background-repeat: no-repeat; 
        background-position: right 0px top 50px;
        background-positon: center;
        background-image: url('../img/title.jpg') no-repeat fixed; */

}</pre></body></html>